Build all flavors from common build-src via VPATH
authorRob Browning <rlb@defaultvalue.org>
Tue, 11 Jul 2017 20:26:39 +0000 (15:26 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 11 Jul 2017 20:26:55 +0000 (15:26 -0500)
commit5f9297fa9c5a0a223984ae7a85aaef5d5ac6c105
tree94363107ca5c42483f7a7227e9472bf705e16c7a
parentadbc36c42421dde6897884c144da4c34b9a9534a
Build all flavors from common build-src via VPATH

Instead of building each flavor from scratch in a completely
independent debian/build-FLAVOR directory, create debian/build-src and
then configure each build-FLAVOR via VPATH.  Then the first flavor
built will handle all of the common bootstrapping, and subsequent
flavors will build much more quickly.
debian/rules